Class DetectedFace
Inheritance
System.Object
DetectedFace
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ImageDemo.Viewmodels
Assembly: ImageDemo.dll
Syntax
public class DetectedFace : INotifyPropertyChanged
Constructors
DetectedFace()
Declaration
public DetectedFace()
Fields
grayScaleImage
Declaration
public Image<Gray, byte> grayScaleImage
Field Value
| Type | Description |
|---|---|
| Emgu.CV.Image<Emgu.CV.Structure.Gray, System.Byte> |
Properties
CroppedImage
Declaration
public BitmapSource CroppedImage { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Windows.Media.Imaging.BitmapSource |
DetectedId
Declaration
public int DetectedId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
GrayScaleImage
Declaration
public Image<Gray, byte> GrayScaleImage { get; set; }
Property Value
| Type | Description |
|---|---|
| Emgu.CV.Image<Emgu.CV.Structure.Gray, System.Byte> |
ResultsList
Declaration
public ObservableCollection<PersonMatchResult> ResultsList { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ObservableCollection<PersonMatchResult> |
SaveImageCommand
Vrati Command, ktery se spusti po stisknuti tlacika Ulozit obrazek z kontextoveho menu
Declaration
public ICommand SaveImageCommand { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Windows.Input.ICommand |
SaveTestCommand
Vrati Command, ktery se spusti po stisknuti tlacika Ulozit pro test
Declaration
public ICommand SaveTestCommand { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Windows.Input.ICommand |
Methods
SaveImage()
Declaration
public void SaveImage()
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
| Type | Description |
|---|---|
| System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged